Grammar tweak after killing Qt4.
authorRobert Lipe <robertlipe@gpsbabel.org>
Sat, 7 May 2016 20:48:40 +0000 (15:48 -0500)
committerRobert Lipe <robertlipe@gpsbabel.org>
Sat, 7 May 2016 20:48:40 +0000 (15:48 -0500)
configure
configure.in

index ad4d502b7f4694326ceeca404d24bf3e847b1a3b..8567166b266b58d0adb3e5605a321fa46ecada11 100755 (executable)
--- a/configure
+++ b/configure
@@ -5061,7 +5061,7 @@ fi
 
 
 if test "$QMAKE" = no ; then
-  as_fn_error $? "Qt5 is required, but neither was found" "$LINENO" 5;
+  as_fn_error $? "Qt5.2 or higher is required, but was not found" "$LINENO" 5;
 fi
 
 # guess the name of the Qt Core library.
index 88a3eed85dac256f07d73029db51f89dbef18e16..616557fce476cd338deafc11f34207b074d91467 100644 (file)
@@ -167,7 +167,7 @@ AC_CHECK_TOOLS(LUPDATE, [lupdate-qt5 lupdate])
 AC_CHECK_TOOLS(LRELEASE, [lrelease-qt5 lrelease])
 
 if test "$QMAKE" = no ; then
-  AC_MSG_ERROR([Qt5 is required, but neither was found]);
+  AC_MSG_ERROR([Qt5.2 or higher is required, but was not found]);
 fi
 
 # guess the name of the Qt Core library.